home *** CD-ROM | disk | FTP | other *** search
/ Exploring Creation with P…al Science (2nd Edition) / Exploring Creation with Physical Science (2nd Edition).iso / exe / bin / Styles / user / disablebreaks.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2012-12-18  |  213 b   |  10 lines

  1. @charset "utf-8";
  2. /*    Name: -2051949502 */
  3. /*    Page layout inspector - line breaks.
  4.  *    Removes BR and HR elements from the document.
  5.     Copyright 2007 Opera Software */
  6. br, hr {
  7.     display: none !important;
  8. }
  9.  
  10.